About

Overview

The CRAN search project is to perform package search available in the Comprehensive R Archive Network (CRAN) repositorio for programming language R. The collected data is obtained by the tools::CRAN_package_db() and selected only a few columns to perform the search of the theme of interest.

In the following table, you can check a brief structure of the data frame collected from the packages available in CRAN as number of rows and the frequency of words greater than 3 characters for the title, description, and license columns. An in-depth investigation of the data is at the discretion of the reader.

update structure information
2022-07-16 column update, package, maintainer, license, package_title, description, date, version, depends, import
2022-07-16 n_column 10
2022-07-16 n_row 18391
2022-07-16 NA TRUE
2022-07-16 title frequency: (1) data 2951 (47.86%), (2) analysis 1893 (30.70%), (3) models 1322 (21.44%)
2022-07-16 description frequency: (1) data 11644 (42.27%), (2) with 8015 (29.09%), (3) package 7890 (28.64%)
2022-07-16 license frequency: (1) license 4558 (49.72%), (2) file 4194 (45.75%), (3) lgpl 416 (4.54%)

Author

Author
name contact
author Bruno Faria
website https://brunofariadf.github.io/
github https://github.com/brunofariadf/
Project
  • cran-search
Review
  • News
License
  • MIT